home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / programmierung / triton / assembler / readme next >
Text File  |  1995-08-25  |  952b  |  17 lines

  1.     This  directory  contains  the assembly language support code for Triton,
  2. done  by  Oskar  Liljeblad  (ol@melange.ct.se).   The  assembler  support  is
  3. currently at the level of Triton release 1.1.  Changes to the C includes made
  4. in  release  1.2  have not yet been included (*).  The assembler support code
  5. for  Triton  has  been  testet with the SAS assembler but it should work with
  6. other assemblers, too.
  7.  
  8.     - triton_lib.i      : Offsets for the triton.library functions (*)
  9.     - triton.i          : Translation of libraries/triton.h
  10.     - trLogo.asm        : Translation of trLogo.c
  11.     - triton_lib_v2.i   : Offsets for the triton.library v2 functions (*)
  12.  
  13.     (*)  triton_lib.i  is  basically the same as triton_lib_v2.i.  It was not
  14. created  by  Oskar  Liljeblad,  but is instead maintained automatically using
  15. fd2AsmInc  by  Hanns  Holger  Rutz.   Thus  it  will always be up to date.  I
  16. renamed Oskar's triton_lib.i to triton_lib_v2.i
  17.